home *** CD-ROM | disk | FTP | other *** search
/ PC Open 107 / PC Open 107 CD 1.bin / CD1 / INTERNET / FTP / Fresh Download / freshdow.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-04-16  |  2.9 KB  |  54 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=FreshDevices FreshDownload
  4. AppVerName=FreshDownload
  5. AppId=FreshDevices FreshDownload
  6. DefaultDirName={pf}\FreshDevices\FreshDownload
  7. DefaultGroupName=FreshDevices\FreshDownload
  8. UninstallDisplayIcon={app}\fd.exe
  9. OutputBaseFilename=freshdow
  10. Compression=lzma
  11. LicenseFile=embedded\License.txt
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\fd.exe"; DestDir: "{app}"; Flags: ignoreversion 
  16. Source: "{app}\fdhelp.chm"; DestDir: "{app}"; Flags: ignoreversion 
  17. Source: "{app}\fdgo.exe"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\fdcatch.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  19. Source: "{app}\fdplugin.dll"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\license.txt"; DestDir: "{app}"; 
  21. Source: "{app}\back01.bmp"; DestDir: "{app}"; 
  22. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  23. [Run]
  24. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  25. [UninstallRun]
  26. Filename: "{app}\fd.exe"; Parameters: "/u"; 
  27. [Icons]
  28. Name: "{group}\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; 
  29. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  30. Name: "{group}\Help - FreshDownload"; Filename: "{app}\fdhelp.chm"; 
  31. Name: "{group}\ReadMe - FreshDownload"; Filename: "{app}\readme.txt"; 
  32. Name: "{group}\Get Free Registration Code!!"; Filename: "{pf}\Internet Explorer\iexplore.exe"; Parameters: """http://www.freshdevices.com/register.html"""; IconFilename: "{pf}\Internet Explorer\iexplore.exe"; IconIndex: 1; 
  33. Name: "{userdesktop}\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  34. Name: "{userstartmenu}\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; Tasks: startmenuicon; 
  35. Name: "{localappdata}\Microsoft\Internet Explorer\Quick Launch\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  36. [Tasks]
  37. Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:"; 
  38. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  39. Name: "startmenuicon"; Description: "Create a &Start menu icon"; GroupDescription: "Additional icons:"; 
  40. [CustomMessages]
  41. default.NameAndVersion=%1 version %2
  42. default.AdditionalIcons=Additional icons:
  43. default.CreateDesktopIcon=Create a &desktop icon
  44. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  45. default.ProgramOnTheWeb=%1 on the Web
  46. default.UninstallProgram=Uninstall %1
  47. default.LaunchProgram=Launch %1
  48. default.AssocFileExtension=&Associate %1 with the %2 file extension
  49. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  50. [Languages]
  51. ; These files are stubs
  52. ; To achieve better results after recompilation, use the real language files
  53. Name: "default"; MessagesFile: "embedded\default.isl"; 
  54.